home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / TOOLOW.ARJ / TUTOR.H < prev    next >
Text File  |  1992-04-22  |  866b  |  29 lines

  1. #define        CM_MAINAPP        500
  2. #define        CM_MAINDIALOG     501
  3. #define        CM_MAINWINDOW     502
  4. #define        CM_MAINCHECKBOX   503
  5. #define        CM_NEW           1000
  6. #define        CM_OPEN          1001
  7. #define        CM_SAVE          1002
  8. #define        CM_EXIT          1003
  9. #define        CM_ABOUT         1004
  10.  
  11. #define        ID_LNAME          100
  12. #define        ID_NAME           101
  13. #define        ID_TITLE          102
  14. #define        ID_CONAME         103
  15. #define        ID_STREET1        104
  16. #define        ID_STREET2        105
  17. #define        ID_CITY           106
  18. #define        ID_STATE          107
  19. #define        ID_ZIP            108
  20. #define        ID_BPHONE         109
  21. #define        ID_HPHONE         110
  22. #define        ID_FAX            111
  23. #define        ID_COMMENTS       112
  24. #define        ID_SEARCH         113
  25. #define        ID_ADDTYPE        114
  26. #define        ID_MALE           115
  27. #define        ID_FEMALE         116
  28. #define        ID_LIST           117
  29.